networkInterfaces
Type
property
Summary
Reports a list of all the network interfaces available on the current system.
Syntax
get the networkInterfaces
Description
Use the networkInterfaces property to find out the IPv4 addresses of the available network interfaces on the current system.
This property is read-only and cannot be set.
Examples
if "192.168.0.1" is among the lines of the networkInterfaces then
set the defaultNetworkInterface to "192.168.0.1"
end if
Related
property: defaultNetworkInterface
Compatibility and Support
Introduced
LiveCode 4.6.3
OS
mac
windows
linux
ios
android
Platforms
desktop
server